.box_teacher {
  position: relative;
  background: url("/pc/module/javaee/images/bg14.jpg") no-repeat center top;
  padding: 100px 0 82px;
}
.box_teacher .box_hd h2 {
  color: #333333;
}
.box_teacher .box_hd h2 span {
  color: #177FF1;
}
.box_teacher .box_hd p {
  color: #666666;
}
.box_teacher .teacher_cen {
  position: relative;
  margin-top: 69px;
}
.box_teacher .teacher_cen .slideteacher {
  height: 100%;
}
.box_teacher .teacher_cen .bd {
  height: 408px;
  overflow: hidden;
}
.box_teacher .teacher_cen ul li {
  position: relative;
  width: 1200px;
}
.box_teacher .teacher_cen ul li .pic {
  width: 277px;
  overflow: hidden;
  border-radius: 14px;
  padding: 0 10px 0 2px;
}
.box_teacher .teacher_cen ul li .pic::after {
  position: absolute;
  width: 290px;
  height: 77px;
  left: 0;
  bottom: 0px;
  background: url("/pc/module/javaee/images/teacherbg.png") no-repeat;
  content: '';
}
.box_teacher .teacher_cen ul li .pic img {
  width: 262px;
  border-radius: 14px;
  border: 5px solid #2F9BFF;
  margin-left: 7px;
}
.box_teacher .teacher_cen ul li .main {
  position: absolute;
  left: 336px;
  top: 50%;
  width: 790px;
  transform: translate(0, -50%);
}
.box_teacher .teacher_cen ul li .main h3 {
  display: flex;
  font-size: 22px;
  color: #333;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 18px;
}
.box_teacher .teacher_cen ul li .main h3 span {
  display: inline-block;
  height: 23px;
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  background: #2994ff;
  font-weight: normal;
  padding: 0 14px;
  margin-left: 16px;
}
.box_teacher .teacher_cen ul li .main .mainp2 {
  position: relative;
  font-size: 15px;
  color: #303030;
  line-height: 26px;
  padding-left: 18px;
}
.box_teacher .teacher_cen ul li .main .mainp2s {
  padding-left: 11px;
}
.box_teacher .teacher_cen ul li .main .mainp2:before {
  position: absolute;
  left: 0;
  top: 8.5px;
  width: 9px;
  height: 9px;
  background: url("/2020gw/images/javaeepic/pic.png") no-repeat -31px -35px;
  content: "";
}
.box_teacher .teacher_cen ul li .main .mainp3 {
  font-size: 14px;
  color: #565656;
  line-height: 24px;
  margin: 22px 0 38px 2px;
}
.box_teacher .teacher_cen ul li .main .btnbox {
  justify-content: left;
}
.box_teacher .teacher_cen .prev,
.box_teacher .teacher_cen .next {
  position: absolute;
  top: 136px;
  right: 24px;
  width: 39px;
  height: 39px;
  background: url(/2020gw/images/javaeepic/pic.png) no-repeat -10px -328px;
}
.box_teacher .teacher_cen .prev {
  top: 104px;
}
.box_teacher .teacher_cen .next {
  top: 172px;
  background-position-x: -51px;
}
.box_teacher .teacher_cen .prev:hover {
  background-position-y: -369px;
}
.box_teacher .teacher_cen .next:hover {
  background-position-y: -369px;
}
